History log of /hardware/ril/mock-ril/src/js/ctrl_server.js
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2b7b0f7d61dd1ee99722e27b51810fe51de92f0f 08-Oct-2010 Xia Wang <xiaw@google.com> Add control commands for Mock Ril

- Hangup a call remotely for the given cause.
- Set call transition flag
- set call to alert
- set call to active
- add a dialing call (this is for testing purpose

Add ril request support: RIL_REQUEST_LAST_CALL_FAIL_CAUSE

Change-Id: I56d0a10a7bff31eb11f4f9b64b53acf7931e6cb7
/hardware/ril/mock-ril/src/js/ctrl_server.js
bf40f252c66f13c51fb113c343e1728f8a86662a 07-Oct-2010 Xia Wang <xiaw@google.com> Add command to start incoming call. DO NOT MERGE

Add start incoming call command,
add ril request: RIL_REQUEST_ANSWER to Mock Ril
Fix: rilRequestHangupWaitingOrBackground should also hang up incoming call

Change-Id: I48b8cc98ced2ee5f449d4cc212a9b8e8413b0cff
/hardware/ril/mock-ril/src/js/ctrl_server.js
14171dca025273fb64b239c1ec86ed7d4b677343 06-Oct-2010 Xia Wang <xiaw@google.com> Port Mock Ril from master branch to GB. DO NOT MERGE

- Replace functions in protobuf_v8.cpp, node_buffer.cpp with those in v8 version of GB:
replace Object::Get(uint32_t index) with Object::Get(Handle<Value> key)
replace As function with Object::Cast();
- Modify Android.mk file
Add "LOCAL_MODULE_TAGS" for librilproto-java
Tag modules as "debug" so that it can be build in userdebug build

Change-Id: I1523786a63ef66b263b80e069dfcab865cab348f
/hardware/ril/mock-ril/src/js/ctrl_server.js